home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Concept 7
/
CD Concept 07.iso
/
pc
/
skfiles
/
play.bat
< prev
next >
Wrap
DOS Batch File
|
1995-02-07
|
119b
|
11 lines
@echo off
if "%1"=="" goto error
logo22s.exe %1 %2 %3
goto end
:error
@echo this requires a command!
:end